PDF4Java Reference Documentation
com.o2sol.pdf4java.content.images Package / PDFVisualImage Class / getImageCorners Method
In This Topic
    getImageCorners Method
    In This Topic
    Gets the coordinates of the image corners.
    The order of the corners in the array is the following: lower left, lower right, upper right, upper left.
    Syntax
    public PDFPoint[] getImageCorners()

    Return Value

    The coordinates on the page of the image's corners.
    See Also